home *** CD-ROM | disk | FTP | other *** search
- /* Defaults related */
- #define NXDEFAULTS_ALLOC_FAILED "nxdefaults_alloc_failed"
- #define NXDEFAULTS_ITEM_ALLOC_FAILED "nxdefaults_item_alloc_failed"
- #define NXDEFAULTS_FAILURE "nxdefaults_failure"
- #define BAD_DEFAULT_VAL_TYPE "bad_default_val_type"
-
- /* Query List related */
- #define QUERY_NOT_IN_LIST "query_not_in_list"
- #define NO_QUERY_FOR_INDEX "no_query_for_index"
- #define INSERT_QUERY_FAILURE "insert_query_failure"
-
- /* Allocation errors */
- #define PORT_ALLOC_FAILED "port_alloc_failed"
- #define FTPOBJECT_ALLOC_FAILED "ftpobjet_alloc_failed"
- #define HOSTHASHTABLE_ALLOC_FAILED "hostHastTable_alloc_failed"
- #define HOSTLIST_ALLOC_FAILED "hostList_alloc_failed"
- #define HOSTFILES_ALLOC_FAILED "hostFiles_alloc_failed"
- #define VLINK_ALLOC_FAILED "vlink_alloc_failed"
- #define LOCALPATH_ALLOC_FAILED "localPath_alloc_failed"
- #define REMOTE_ALLOC_FAILED "remote_alloc_failed"
- #define DIRLISTING_ALLOC_FAILED "dirListing_alloc_failed"
- #define DIRLISTING_REALLOC_FAILED "dirListing_realloc_failed"
- #define ERRBUFFER_ALLOC_FAILED "errbuffer_alloc_failed"
- #define OBJ_ALLOC_FAILED "obj_alloc_failed"
-
- /* Nib & panel related */
- #define QUERY_NIB_FAILED "load_query_nib_failed"
- #define SESSION_NIB_FAILED "load_session_nib_failed"
- #define FTP_PANEL_FAILED "ftp_panel_failed"
- #define INFO_PANEL_FAILED "info_panel_failed"
- #define PREF_PANEL_FAILED "pref_panel_failed"
- #define OPEN_PANEL_FAILED "open_panel_failed"
- #define SAVE_PANEL_FAILED "save_panel_failed"
- #define FTP_HOSTS_PANEL_FAILED "ftp_hosts_panel_failed"
-
- /* Misc */
- #define FTP_FORK_FAILED "ftp_fork_failed"
- #define SETLISTING_FAILED "setListing_failed"
- #define VALID_KEY_NIL_ENTRY "valid_key_nil_entry"
-
- /* User info message keys added to error messages */
- #define REPLY_REQUEST0 "reply_request0"
- #define REPLY_REQUEST1 "reply_request1"
- #define REPLY_REQUEST2 "reply_request2"
-